func runtime.goschedImpl

4 uses

	runtime (current package)
		proc.go#L4106: func goschedImpl(gp *g, preempted bool) {
		proc.go#L4142: 	goschedImpl(gp, false)
		proc.go#L4150: 	goschedImpl(gp, false)
		proc.go#L4154: 	goschedImpl(gp, true)